home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12138 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.3 KB  |  35 lines

  1. Newsgroups: comp.lang.c
  2. Path: netcom.com!bnelson
  3. From: bnelson@netcom.com (Bob Nelson)
  4. Subject: Re: Threading in Linux ...
  5. Message-ID: <bnelsonDp0vMF.A1J@netcom.com>
  6. Organization: a computer running Linux
  7. X-Newsreader: TIN [version 1.2 PL2]
  8. References: <31581C47.41C67EA6@undergrad.math.uwaterloo.ca>
  9. Date: Fri, 29 Mar 1996 09:27:51 GMT
  10. Sender: bnelson@netcom20.netcom.com
  11.  
  12. On Tue, 26 Mar 1996 16:33:11 GMT, Dan Ho wrote:
  13. >> I would appreciate it if someone could tell me how to spawn
  14. >> a thread in Linux.
  15.  
  16. >> I tried using fork(procedure()) but it said "too many 
  17. >> parameters to fork".  Also, I don't think fork is what I want.  Are
  18. >> there other ways to spinn off a sub-process than fork?
  19.  
  20. >> Also, is a child-process the same as a thread?
  21.  
  22. What on earth do things like "fork(), spawning, spinning and child
  23. processes" have to do with Standard C?
  24.  
  25. Furthermore, why do you pose a linux question in comp.lang.c? Shall we
  26. now pollute this newsgroup with equally off-topic (but nonetheless
  27. interesting) material like discussions of the NFL draft?
  28.  
  29. -- 
  30. =============================================================================
  31.           Bob Nelson: Dallas, Texas, U.S.A.  -  bnelson@netcom.com
  32.       Linux for fun, M$ for $$$...and the NFL for what really counts!
  33. =============================================================================
  34.  
  35.